<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
    &lt;meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/&gt;
    &lt;title&gt;è·³è½¬æç¤º&lt;/title&gt;
    &lt;style type="text/css"&gt;
        *{ padding: 0; margin: 0; }
        body{ background: #fff; font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif; color: #333; font-size: 16px; }
        .system-message{ padding: 24px 48px; }
        .system-message h1{ font-size: 100px; font-weight: normal; line-height: 120px; margin-bottom: 12px; }
        .system-message .jump{ padding-top: 10px; }
        .system-message .jump a{ color: #333; }
        .system-message .success,.system-message .error{ line-height: 1.8em; font-size: 36px; }
        .system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display: none; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class="system-message"&gt;
                    &lt;h1&gt;:(&lt;/h1&gt;
            &lt;p class="error"&gt;ç©ºæ“ä½œï¼Œè¿”å›žä¸Šæ¬¡è®¿é—®é¡µé¢ä¸­...&lt;/p&gt;
                    &lt;p class="detail"&gt;&lt;/p&gt;
        &lt;p class="jump"&gt;
            é¡µé¢è‡ªåŠ¨ &lt;a id="href" href="javascript:history.back(-1);"&gt;è·³è½¬&lt;/a&gt; ç­‰å¾…æ—¶é—´ï¼š &lt;b id="wait"&gt;3&lt;/b&gt;
        &lt;/p&gt;
    &lt;/div&gt;
    &lt;script type="text/javascript"&gt;
        (function(){
            var wait = document.getElementById('wait'),
                href = document.getElementById('href').href;
            var interval = setInterval(function(){
                var time = --wait.innerHTML;
                if(time &lt;= 0) {
                    location.href = href;
                    clearInterval(interval);
                };
            }, 1000);
        })();
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>